home *** CD-ROM | disk | FTP | other *** search
/ Developer Helper 1: Phil & Dave's Excellent CD / Excellent CD HFS.raw / HyperCard / HyperCard 1.2.2 International / HyperCard Danish (DK-1.2.2) / Idestakke / Baggrundsideer / background_23960.txt < prev    next >
Text File  |  1988-12-19  |  3KB  |  146 lines

  1. -- background: 23960 from stack: in
  2. -- bmap block id: 27371
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openBackground
  8.   push recent card
  9. end openBackground
  10.  
  11.  
  12. -- part 1 (field)
  13. -- low flags: 00
  14. -- high flags: 4000
  15. -- rect: left=166 top=124 right=145 bottom=411
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 0
  19. -- font id: 3
  20. -- text size: 14
  21. -- style flags: 0
  22. -- line height: 18
  23. -- part name: 
  24.  
  25.  
  26. -- part 2 (field)
  27. -- low flags: 00
  28. -- high flags: 4000
  29. -- rect: left=223 top=156 right=176 bottom=411
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 0
  33. -- font id: 3
  34. -- text size: 14
  35. -- style flags: 0
  36. -- line height: 18
  37. -- part name: 
  38.  
  39.  
  40. -- part 3 (field)
  41. -- low flags: 00
  42. -- high flags: 4000
  43. -- rect: left=234 top=188 right=207 bottom=411
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 0 / 0
  46. -- text alignment: 0
  47. -- font id: 3
  48. -- text size: 14
  49. -- style flags: 0
  50. -- line height: 18
  51. -- part name: 
  52.  
  53.  
  54. -- part 4 (field)
  55. -- low flags: 00
  56. -- high flags: 4000
  57. -- rect: left=163 top=220 right=239 bottom=411
  58. -- title width / last selected line: 0
  59. -- icon id / first selected line: 0 / 0
  60. -- text alignment: 0
  61. -- font id: 3
  62. -- text size: 14
  63. -- style flags: 0
  64. -- line height: 18
  65. -- part name: 
  66.  
  67.  
  68. -- part 7 (button)
  69. -- low flags: 00
  70. -- high flags: 0000
  71. -- rect: left=229 top=302 right=327 bottom=256
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 15420 / 15420
  74. -- text alignment: 1
  75. -- font id: 0
  76. -- text size: 12
  77. -- style flags: 0
  78. -- line height: 16
  79. -- part name: Prev
  80. ----- HyperTalk script -----
  81. on mouseUp
  82.   visual effect wipe right
  83.   go to previous card
  84. end mouseUp
  85.  
  86.  
  87.  
  88. -- part 8 (button)
  89. -- low flags: 00
  90. -- high flags: 0000
  91. -- rect: left=254 top=302 right=327 bottom=281
  92. -- title width / last selected line: 0
  93. -- icon id / first selected line: 16560 / 16560
  94. -- text alignment: 1
  95. -- font id: 0
  96. -- text size: 12
  97. -- style flags: 0
  98. -- line height: 16
  99. -- part name: Next
  100. ----- HyperTalk script -----
  101. on mouseUp
  102.   visual effect wipe left
  103.   go to next card
  104. end mouseUp
  105.  
  106.  
  107.  
  108. -- part 9 (button)
  109. -- low flags: 00
  110. -- high flags: 0000
  111. -- rect: left=467 top=301 right=329 bottom=504
  112. -- title width / last selected line: 0
  113. -- icon id / first selected line: 6720 / 6720
  114. -- text alignment: 1
  115. -- font id: 0
  116. -- text size: 12
  117. -- style flags: 0
  118. -- line height: 16
  119. -- part name: Return
  120. ----- HyperTalk script -----
  121. on mouseUp
  122.   visual effect iris close
  123.   pop card
  124. end mouseUp
  125.  
  126.  
  127.  
  128. -- part 10 (button)
  129. -- low flags: 00
  130. -- high flags: 0004
  131. -- rect: left=7 top=17 right=40 bottom=36
  132. -- title width / last selected line: 0
  133. -- icon id / first selected line: 20689 / 20689
  134. -- text alignment: 1
  135. -- font id: 0
  136. -- text size: 12
  137. -- style flags: 0
  138. -- line height: 16
  139. -- part name: Home
  140. ----- HyperTalk script -----
  141. on mouseUp
  142.   visual effect iris open
  143.   go Home
  144. end mouseUp
  145.  
  146.